ASP.NET Core MVC コントロールヘルプ
Fields メソッド (BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> クラス : Fields メソッド
The value.
Configurates C1.Web.Mvc.BaseODataCollectionViewService<T>.Fields. Sets an array containing the names of the fields to retrieve from the data source.
シンタックス
'宣言
 
Public Function Fields( _
   ByVal ParamArray value() As System.String _
) As TBuilder
public TBuilder Fields( 
   params System.string[] value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
If this property is set to null or to an empty array, all fields are retrieved.
参照

BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> クラス
BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> メンバ